home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / SAMPLES / NODES / runme.ob2 < prev    next >
Text File  |  1994-07-21  |  226b  |  16 lines

  1. <*+ MAIN *>
  2. MODULE runme;
  3.  
  4. (* Top-level module *)
  5.  
  6. IMPORT Nodes, Echo, GenEcho, Commands, Types;
  7.  
  8. BEGIN
  9.   Echo.Insert;
  10.   GenEcho.Insert;
  11.   Commands.Insert;
  12.   Types.Insert;
  13.   Nodes.Help;
  14.   Nodes.Loop;
  15. END runme.
  16.